home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / panic.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1997-11-06  |  374 b   |  16 lines

  1. on button1 u_cast, d_cast
  2.   puppetSprite(clickOn(), 1)
  3.   repeat while stillDown()
  4.     set the castNum of sprite clickOn() to the number of member d_cast
  5.     updateStage()
  6.   end repeat
  7.   set the castNum of sprite clickOn() to the number of member u_cast
  8.   updateStage()
  9.   puppetSprite(clickOn(), 0)
  10.   if rollOver(clickOn()) then
  11.     return 1
  12.   else
  13.     return 0
  14.   end if
  15. end
  16.